Cross Below Function
Modified on 2013/12/19 08:55 by Chad Lowe (CTS) — Categorized as: Uncategorized
CROSS_BELOW( <
value1
>, <
value2
> )
¶
Returns 1 when value1 crosses below value2. Returns 0 otherwise.
Function Parameters
Parameter
Description
<
value1
>
The first value.
<
value1
>
The second value.
Example:
CROSS_ABOVE(CLOSE, OPEN)
Back to the Scripting Function Reference